| Overload | Description |
|---|---|
| MemoryStream Constructor() | Initializes a new MemoryStream object. |
| MemoryStream Constructor(int) | Initializes a new MemoryStream object. |
| MemoryStream Constructor(byte[]) | Initializes a new MemoryStream object with the specified byte array. |
| MemoryStream Constructor(byte[],int,boolean) | Initializes a new MemoryStream object with the specified byte array. |